home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1516 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  672 b 

  1. Path: news.cs.hope.edu!vnopstal
  2. From: vnopstal@cs.hope.edu (Michael Van Opstall)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: File searches
  5. Date: 11 Jan 1996 13:28:38 GMT
  6. Organization: Hope College
  7. Message-ID: <4d33a6$eqt@news.cs.hope.edu>
  8. References: <7a7_9601110100@medtechnet.com>
  9. NNTP-Posting-Host: smaug.cs.hope.edu
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. You have to open the file, read the data into an array or linked list, and
  13. then use the search function of your choice, unless you want to just read 
  14. each entry from the file one at a time and check it on the spot.
  15.  
  16. --
  17. Michael A. Van Opstall  --  vnopstal@cs.hope.edu
  18. http://www.cs.hope.edu/~vnopstal/deal.html - try it
  19.